Welcome![Sign In][Sign Up]
Location:
Search - java matrix

Search list

[JSP/Javajava matrix

Description: java处理矩阵 开源
Platform: | Size: 104915 | Author: 214941670@qq.com | Hits:

[Algorithm科学与工程数值计算算法配套源码java

Description: 清华大学2002年出版的《科学与工程数值计算算法Java》配套源码,包括复数计算、矩阵运算、插值计算、线性非线性方程组求解、数值积分、数值拟和与逼近等算法和类,对于科学和工程数值计算很有参考价值!-Qinghua University, in 2002 published "Science and engineering numerical algorithm Java" complementary source, includes the plural, matrix computation, interpolation, linear solve nonlinear equations, numerical integration, and the proposed numerical approximation algorithms and other categories, science and engineering numerical computation of great reference value!
Platform: | Size: 137216 | Author: 方正 | Hits:

[Data structsMatrix_Chain

Description: 求解矩阵链相乘的问题,通过动态规划的方法,来求解该问题,使得矩阵链的相乘的运算最少。-chain matrix multiplication to solve the problem through dynamic programming methods to solve the problem, making the chain matrix multiplication operator at least.
Platform: | Size: 1024 | Author: 韩希先 | Hits:

[Mathimatics-Numerical algorithmsJama-1.0.1.tar

Description: JAMA: A Java Matrix Package 用于JAVA开发中的矩阵运算-JAMA : A Java Matrix Package for the development of Java-matrix calculation
Platform: | Size: 80896 | Author: zc | Hits:

[ELanguagejmat_5[1].0.jar

Description: JMAT: java MATrix 工具包装。 提供像 MATLAB 一样的功能和语法一样的易用的类。 JMAT 也包含有关2D 或 3D的图表 ,一个表达式语法分析器 , 和一些统计数值模拟工具-JMAT : java MATrix packaging tools. As MATLAB provide the same capabilities and syntax of the same ease-of-use category. JMAT also includes the 2D or 3D graphics, an expression parser, and some statistical numerical simulation tools
Platform: | Size: 305152 | Author: 侯为 | Hits:

[JSP/JavaFCM(java)

Description: 模糊聚类算法FCM的JAVA源代码。输入data_in.txt和parameters.txt文件,输出center.txt和matrix.txt文件-fuzzy clustering algorithm FCM Java source code. Parameters.txt data_in.txt and importation documents, center.txt output documents and matrix.txt
Platform: | Size: 61440 | Author: nicole | Hits:

[JSP/JavaJama-1.0.2

Description: 美国标准化组织和马里兰大学共同开发.实现java matrix包. JAMA由六个java类组成:Matrix, CholeskyDecomposition , LUDecomposition QRDecomposition SingularValueDecomposition EigenvalueDecomposition . 它提供了广泛的构造函数,丰富的get,set访问子matrix和元素matrix. 基本的矩阵操作有:矩阵的加,乘,矩阵范数.和提供了方便的打印矩阵的方法. 提供了五个基本的矩阵分离类.可以通过Matrix类调用它们来进行线性计算,翻转和其它矩阵方法. -The United States Organization for Standardization and the joint development of MD University. Realize java matrix package. JAMA composed by six java category: Matrix, CholeskyDecomposition, LUDecomposition QRDecomposition SingularValueDecomposition EigenvalueDecomposition. It provides a wide range of structural function, the rich get, set to visit sub-matrix and element matrix. Have basic matrix operations: matrix increase, multiplication, matrix norm. and provides a convenient matrix print method. provides a separation of five basic types of matrix. can call Matrix category for their linear terms, matrix inversion and other methods.
Platform: | Size: 104448 | Author: 孙娜 | Hits:

[Data structsMatrix

Description: 能完成矩阵的基本操作(加,减,乘,除,转置,求逆等)
Platform: | Size: 9216 | Author: avinor | Hits:

[Othermatrix

Description: 一个小型矩阵计算器 可视化界面 可以计算矩阵的加减乘和数乘-A small visual interface matrix calculator can calculate the matrix by the addition and subtraction by several
Platform: | Size: 32768 | Author: 朱钰 | Hits:

[AlgorithmMatrix

Description: 关于求矩阵秩的程序,用高斯—约当消元法实现-On the procedure for matrix rank, using Gauss- Jordan elimination method to achieve
Platform: | Size: 234496 | Author: 王平 | Hits:

[AlgorithmMapack_for_NET

Description: Mapack可用来做矩阵运算 Mapack is a .NET class library for basic linear algebra computations. It supports the following matrix operations and properties: Multiplication, Addition, Subtraction, Determinant, Norm1, Norm2, Frobenius Norm, Infinity Norm, Rank, Condition, Trace, Cholesky, LU, QR, Single Value decomposition, Least Squares solver, Eigenproblem solver, Equation System solver. The algorithms were adapted from Mapack for COM, Lapack and the Java Matrix Package.-Mapack available to do matrix calculation Mapack is a. NET class library for basic linear algebra computations. It supports the following matrix operations and properties: Multiplication, Addition, Subtraction, Determinant, Norm1, Norm2, Frobenius Norm, Infinity Norm, Rank, Condition, Trace, Cholesky, LU, QR, Single Value decomposition, Least Squares solver, Eigenproblem solver, Equation System solver. The algorithms were adapted from Mapack for COM, Lapack and the Java Matrix Package.
Platform: | Size: 37888 | Author: Erison | Hits:

[JSP/JavaMatrix

Description: java功能扩展脚本,可实现java矩阵计算。-Extension java script, java matrix can be calculated.
Platform: | Size: 2048 | Author: wlbtsin | Hits:

[AlgorithmMatrix

Description: 设计一个造成矩阵类Matrix,包含一个元素类型为int的二维数组,分别设计一个静态方法和实例方法把矩阵转置,分别设计静态方法和实例方法实现二个矩阵相加、相乘。重写方法toString(),使其能输出此矩阵。-Caused by the design of a matrix of type Matrix, contains an element type for the two-dimensional array of int, respectively, to design a static method and examples of ways to transpose the matrix, respectively, the static design methods and examples of methods to achieve the sum of two matrices, multiply. Rewrite the method toString (), so that it can output this matrix.
Platform: | Size: 1024 | Author: 5235668 | Hits:

[AlgorithmMatrix

Description: 一个通用的对矩阵进行操作的类,主要包括:实(复)矩阵的加减、求逆、求秩、行列式求值以及矩阵的乔里斯基分解、三角分解等。-A general class of matrix operations, including: real (complex) matrix addition and subtraction, inverse, seeking the rank, determinant evaluation and matrix Qiaolisiji decomposition, triangular decomposition.
Platform: | Size: 11264 | Author: zj | Hits:

[AlgorithmMatrix

Description: 矩阵运算:列举常用矩阵计算的算法(矩阵求逆,转置,求实对称矩阵,奇异值矩阵等等)-Matrix operations: List of common matrix calculation algorithm (matrix inverse, transpose, realistic symmetric matrix, singular value matrix, etc.)
Platform: | Size: 34816 | Author: 易鑫 | Hits:

[AlgorithmMatrix-Chain_JAVA

Description: Matrix Chain Multiplication is perhaps the quintessential example of dynamic programming. The problem can be stated as follows: given a chain <A1, A2,..., An> of n matrices, where for i = 1, 2,...,n, matrix Ai has dimension pi-1 x pi, fully parenthesize the product A1A2...An in a way that minimizes the number of scalar multiplications.
Platform: | Size: 1024 | Author: Justas | Hits:

[JSP/JavaJAVA-Matrix

Description: JAVA矩阵源码 一个Matrix类,使用前继承-JAVA Matrix
Platform: | Size: 9216 | Author: 邓彬 | Hits:

[JSP/JavaFirsts-steps-for-JAVA-Matrix

Description: Firsts steps for JAVA Matrix
Platform: | Size: 2048 | Author: allanbering | Hits:

[JSP/Javaimport java

Description: JAVA实现两个3阶矩阵的乘法,带图形界面(JAVA implementation of the two order 3 matrix multiplication, with graphical interface)
Platform: | Size: 13312 | Author: 绾绾 | Hits:

[JSP/JavaOoJava.java.tar

Description: A class that provide some API for square matrix. Generate, Addition, Multiplication, randomly generate matrices
Platform: | Size: 1024 | Author: sihi | Hits:
« 12 3 4 5 6 7 8 9 10 ... 14 »

CodeBus www.codebus.net